Render the target document with the associated template if any. Returns the rendered Blob or the main Blob if no template is associated to the document.
{
"id" : "TemplateProcessor.Render",
"label" : "Render with template",
"category" : "Conversion",
"requires" : null,
"description" : "Render the target document with the associated template if any. Returns the rendered Blob or the main Blob if no template is associated to the document.",
"url" : "TemplateProcessor.Render",
"signature" : [ "document", "blob" ],
"params" : [ {
"name" : "attach",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "save",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "true" ]
}, {
"name" : "serializer",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "store",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "false" ]
}, {
"name" : "templateData",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "templateName",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}